home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_386 / xlispstat / src1.lzh / Headers / osfun.h < prev    next >
C/C++ Source or Header  |  1990-05-09  |  2KB  |  85 lines

  1. #ifndef OSFUN_H
  2. #define OSFUN_H
  3.  
  4. /* macdialogs1.c */
  5. extern DialogItemData *GetDialogItemData(),
  6.   FindItemData();
  7. extern void truncateListEntry(),
  8.   check_alloc(),
  9.   convert_newlines();
  10.  
  11. /* macdialogs2.c */
  12. extern void doDialog(),
  13.   closeDialog(),
  14.   activateDialog(),
  15.   clobberDialog();
  16.  
  17. /* maciviewwindow.c */
  18. extern Rect scroll_bar_bounds();
  19. extern void graph_update_action(),
  20.   DrawGWGrowBox(),
  21.   graph_activate_action(),
  22.   mac_do_cursor();
  23.  
  24. /* maciviewwindow.c */
  25. extern void SetHardwareState();
  26.  
  27. /* maciviewwindow2.c */
  28. extern void set_fore_color(),
  29.   set_back_color();
  30.  
  31. /* maciviewwindow3.c */
  32. extern void reset_clip_rect(),
  33.   initialize_static_globals(),
  34.   adjust_graph_workport();
  35.  
  36. /* macmenus.c */
  37. extern LVAL get_menu_by_hardware(),
  38.   xsapple_menu_isnew(),
  39.   xsapple_menu_select(),
  40.   xsabout_xlisp_stat();
  41.  
  42. /* macstuff.c */
  43. extern void osinit(),
  44.   osfinish(),
  45.   oserror();
  46. extern FILE *osaopen(),
  47.   osbopen();
  48. extern int osclose(),
  49.   osagetc(),
  50.   osbgetc(),
  51.   osaputc(),
  52.   osbputc(),
  53.   ostgetc(),
  54.   filter_char(),
  55.   osputc();
  56. extern void oscheck(),
  57.   osflush(),
  58.   ossymbols(),
  59.   osfinit(),
  60.   osreset(),
  61.   MyShowWindow(),
  62.   waitforline(),
  63.   getttyline(),
  64.   set_gc_cursor();
  65. extern int max(),
  66.   min(),
  67.   is_small_machine();
  68. extern void maximum_memory();
  69. extern unsigned long ticks_per_second(),
  70.   run_tick_count(),
  71.   real_tick_count();
  72. extern void get_directory();
  73.  
  74. /* macwindows.c */
  75. extern LVAL get_window_object();
  76. extern void set_window_object(),
  77.   mac_update_action(),
  78.   mac_activate_action(),
  79.   mac_close_action();
  80.  
  81. /* macxsgraph.c */
  82. extern LVAL xspick_color();
  83.  
  84. #endif OSFUN_H
  85.